projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdf3ee
)
(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.
author
Brian Fox
<bfox@gnu.org>
Wed, 22 Sep 1993 18:14:10 +0000
(18:14 +0000)
committer
Brian Fox
<bfox@gnu.org>
Wed, 22 Sep 1993 18:14:10 +0000
(18:14 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 3142479a72aaacabaa249077ec3e3559232989c4..fdae63a47d5b24d355bfcde8e2033123f4e75791 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-1346,7
+1346,7
@@
value is reasonable when this function is called.")
}
DEFUN ("delete-windows-on", Fdelete_windows_on, Sdelete_windows_on,
- 1,
1
, "bDelete windows on (buffer): ",
+ 1,
2
, "bDelete windows on (buffer): ",
"Delete all windows showing BUFFER.\n\
Optional second argument FRAME controls which frames are affected.\n\
If nil or omitted, delete all windows showing BUFFER in any frame.\n\